Constructor and Description |
---|
JMSConnectionFactoryControlImpl(ConnectionFactoryConfiguration cfConfig,
ActiveMQConnectionFactory cf,
JMSServerManager jmsManager,
String name) |
JMSQueueControlImpl(ActiveMQDestination managedQueue,
QueueControl coreQueueControl,
JMSServerManager jmsServerManager,
org.apache.activemq.artemis.core.messagecounter.MessageCounter counter) |
JMSServerControlImpl(JMSServerManager server) |
JMSTopicControlImpl(ActiveMQDestination topic,
JMSServerManager jmsServerManager,
AddressControl addressControl,
org.apache.activemq.artemis.core.server.management.ManagementService managementService) |
Modifier and Type | Method and Description |
---|---|
JMSServerManager |
EmbeddedJMS.getJMSServerManager() |
Modifier and Type | Class and Description |
---|---|
class |
JMSServerManagerImpl
A Deployer used to create and add to Bindings queues, topics and connection
factories.
|
Modifier and Type | Method and Description |
---|---|
JMSServerControl |
JMSManagementService.registerJMSServer(JMSServerManager server) |
Modifier and Type | Method and Description |
---|---|
JMSServerControl |
JMSManagementServiceImpl.registerJMSServer(JMSServerManager server) |
Constructor and Description |
---|
JMSManagementServiceImpl(org.apache.activemq.artemis.core.server.management.ManagementService managementService,
org.apache.activemq.artemis.core.server.ActiveMQServer server,
JMSServerManager jmsServerManager) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.